home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Multimedia Selection
/
Multimedia Selection Volume One - CD-ROM
/
MULTIMEDIA SELECTION____________.ISO
/
utils
/
rwall
/
atari2pc.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1989-07-27
|
300 b
|
12 lines
echo off
echo Put Atari ST disc into drive %1: & hit any key!
pause > nul
rwall r d:%1 | st2pc | rwall w d:%1
if errorlevel 4 goto bad
if errorlevel 3 goto bad
if errorlevel 2 goto bad
if errorlevel 1 goto bad
echo If everything is OK, you should see directory of drive %1:.
dir %1:
:bad